-
Notifications
You must be signed in to change notification settings - Fork 208
Adds Podman support to Devcontainers #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice shebang !
"features": { | ||
"ghcr.io/devcontainers/features/node:1": { | ||
// Should match what is defined in ui/package.json | ||
"version": "21.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now needs to be 22.15.0
@@ -1,3 +1,5 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer needed in the PR
This can be merged; just resolve the conflicts and we'll merge it in. |
I'm developing against Fedora which has Podman installed by default. To use a devcontainer, it was necessary to ensure SELinux was not blocking access to the kvm project files in my home directory.
To configure the Devcontainer extension to use Podman, it must be configured by the user first in their settings.json with
"dev.containers.dockerPath": "podman"